home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m22.dir / 00103.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  246 b   |  10 lines

  1. on mouseDown
  2.   global gPreviousMenu, gOverviewFrame
  3.   if pressButton(30) then
  4.     pupSprites(1, 48, 0)
  5.     set gPreviousMenu to "movie" && QUOTE & "M22.DIR" & QUOTE
  6.     set gOverviewFrame to "place3.6"
  7.     go("linkstext", "m17.dir")
  8.   end if
  9. end
  10.